home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / dbase / do1beta.zip / STRUCT.DO < prev    next >
Text File  |  1991-07-09  |  178b  |  7 lines

  1. /*
  2.     demonstrate the Dbffile::displayStruct() and structure() method 
  3. */
  4. db = new(Dbffile,"help");
  5. ? "\nthe structure Collection for HELP.DBF is ",structure(db);
  6. close(db);
  7.